Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / DocumentSecurityStore Class / AddVerificationCRL Method / AddVerificationCRL(Signature,Byte[]) Method
The Signature object.
The DER-encoded CRL.

In This Topic
    AddVerificationCRL(Signature,Byte[]) Method
    In This Topic
    Adds a CRL list for a specified signature.
    Syntax
    'Declaration
     
    Public Overloads Sub AddVerificationCRL( _
       ByVal signature As Signature, _
       ByVal crl() As System.Byte _
    ) 
    public void AddVerificationCRL( 
       Signature signature,
       System.byte[] crl
    )

    Parameters

    signature
    The Signature object.
    crl
    The DER-encoded CRL.
    See Also